home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 213 / 213.d81 / t.godot news < prev    next >
Text File  |  2022-08-26  |  4KB  |  162 lines

  1. u
  2.               GODOT NEWS
  3.      Communique from Arndt Dettke
  4.  
  5.  
  6.  [Dave's Foreword:] Arndt had become
  7. busy tweaking and upgrading GoDot. If
  8. some of these improvements sound like
  9. something you need, let me know. I
  10. have included the new GIF converter,
  11. and it is exactly what I wanted! I can
  12. make a BMP screen shot with VICE, trim
  13. it and put it in a GIF with
  14. PhotoDelux, then use GoDot to bring it
  15. into a SHP file on the C-64.
  16.  
  17.  By the way, I have had a couple of
  18. inquiries about using the GIF loader.
  19.  
  20.  First, the GIF files [must] be NOT
  21. interleaved. You can tell if a GIF is
  22. NOT interleaved if, on a PC or MAC,
  23. the picture is loaded in top to
  24. bottom. PhotoDelux has a place to
  25. uncheck if you do not want the
  26. interleave.
  27.  
  28.  Second, you must have Convert GIF or
  29. the new ConGIF320 Mod loaded into the
  30. Module area. That is the lower right
  31. corner of the main screen, with
  32. "Clipworks" loaded at boot up. Click
  33. on "Clipworks" and find the GIF
  34. conversion you want.
  35.  
  36.  Third, you must load the GIF loader
  37. (of course). Then you are ready to
  38. load a GIF!
  39.  
  40.  But, enough from me -- let's let
  41. Arndt tell you what's got into GoDot!
  42.  
  43.  
  44. On 20th of March, 2002...
  45.  
  46.  Some minor changes which I don't want
  47. to withhold from you:
  48.  
  49.   - mod.ShowVDCFloyd (shows a 64K VDC
  50. image selectable as 640x200 or as
  51. 640x400, depending on where you click
  52. the Execute button; find out how!) ;-)
  53.  
  54.   - mod..Histogram (I added a button
  55. to display the graphics screen)
  56.  
  57.   - mod.ClipWorks (the "Only
  58. loadable"-lock when executed from an
  59. REU is abolished, and I changed the
  60. captions of the clip windows)
  61.  
  62.  
  63. On 18th of March, 2002
  64.  
  65.  Thank you, Nate Dannenberg! ;-) You
  66. have urged me to write an alternative
  67. Version of GoDot's GIF decoder module,
  68. one that produces 320x200 images
  69. instead of the 160x200 ones like
  70. before.
  71.  
  72.  Advantage: Once you needed a hires
  73. conversion of a GIF you had to walk
  74. the hard way. Now today it's one
  75. simple procedure.
  76.  
  77.  Disadvantage: the assignment of the
  78. colors is somewhat coarser, instead of
  79. scooping from 55 different shades of
  80. color there are only the 16 built-in
  81. base colors available. In spite of
  82. that, magnificent C64 pictures are
  83. produced which very well -- and are
  84. good for IFLI mode, too!
  85.  
  86.  
  87. On 10th of March, 2002
  88.  
  89.  Some American friends of GoDot
  90. suggested to offer IFLI pictures for
  91. download from my website. IFLI's are
  92. pictures which (by a trick) display up
  93. to 136 different colors on a C64
  94. screen. A very impressive experience!
  95.  
  96.  
  97. On 20th of January, 2002
  98.  
  99.  Ldr.4Bit&Mask: It's quite a long time
  100. I'm laborating on this loader to
  101. eliminate all those tiny little silly
  102. bugs. The loader is now capable of
  103. also retrieving sections of a 4Bit
  104. image, the so-called Clips. The gadget
  105. "to Full", however, is still without
  106. function, you can't yet switch to "to
  107. Clip" etc. For that purpose mask and
  108. image data must be synchronized, which
  109. I haven't yet achieved. But actually,
  110. the loader all works like the previous
  111. version.
  112.  
  113.  
  114. On 16th of January, 2002
  115.  
  116.  Having the right idea is premise to
  117. programming useful things. Like
  118. indicating the active partition with
  119. mod..ChangeParts (the partition you
  120. are currently in). As you see, I had
  121. such an idea, and now it works.
  122.  
  123.  The other update refers to
  124. mod.MaskEd. Similar to mod.PixelEdit
  125. you are now able to also use the
  126. gadgets while in edit mode. New is
  127. "Wipe" to fill the whole visible area
  128. with the pattern retrieved by CTRL-+
  129. (assigned to 1 card). Key combination
  130. for that: CTRL-w.
  131.  
  132.  
  133. On 3rd of January 2002
  134.  
  135.  Everybody knows that GoDot is able to
  136. digitize video frames at 12 bit color
  137. depth (every 4 bits per RGB-color),
  138. resulting in max. 4096 colors per
  139. image. These images aren't displayable
  140. on a C64 but we have a loader (even
  141. two!) calculating this abundance of
  142. colors back to multicolor: ldr.4BitRGB
  143. (and ldr.4BitRGBd, "d" stands for
  144. "dithered").
  145.  
  146.  Both loaders have been updated now.
  147. They are now capable of reading an
  148. image brighter or darker just like
  149. ldr.GIF does by changing the Balancing
  150. values before loading.
  151.  
  152.  AD
  153.  
  154.  
  155.  [Editor's Note:] LOADSTAR will keep
  156. you updated on GoDot developments. So,
  157. let's see what you are doing with this
  158. remarkable program!!
  159.  
  160.  DMM
  161.  
  162.  
  163.